home *** CD-ROM | disk | FTP | other *** search
- All files:
-
- Either implement sharing of nodes in the trees, or do explicit copy.
- Currently the trees share the nodes without any reference count.
- Choose to do explicit deep copy for now.
- DONE
-
- Fix memory leak for Binary_Tree and N_Tree.
- Make destructor virtual where necessary.
- DONE
-
- File AVL_Tree.h:
-
- Fix balancing bug in AVL tree.
- see ../examples/section9/ex9_7.C for bug occurence.
-